⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oldmake.tst

📁 四皇后问题
💻 TST
字号:
.SUFFIXES : .st .test

BINDIR = ../bin

FILES = Makefile in *.st *.out

.st.test:
	$(BINDIR)/st -m $*.st <in | diff - $*.out

install:
	echo Performing Self Checking Tests
	-make basic.test
	-make blocks.test
	-make fork.test
	-make new.test
	-make super.test
	-make copy.test
	-make num.test
	-make file.test
	-make primes.test
	-make collect.test
	-make 4queen.test
	echo The following produce cycles, thus have nonzero differences
	-make phil.test
	echo Differences in random numbers may change results in following
	-make sim1.test
	-make sim2.test
	echo Finished Self Checking Tests
	
bundle:
	bundle $(FILES) >../tests.bundle

# if the CURSES routines are available, and the form library has been
# built in the /prelude subdirectory (see Makefile there), the following
# executes the plane example
plane:
	$(BINDIR)/st -m -g form plane.st <in

# if the PLOT(3) routines are available, and the pen library has been
# built in the /prelude subdirectory (see Makefile there), the following
# executes the pens exame
pen:
	$(BINDIR)/st -m -g pen penshow.st <in

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -