Skip to content
Snippets Groups Projects
Commit b294a85a authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

test procedure altered

Rev: src/Makefile.in:1.71
Rev: src/modules/call_out/testsuite.in:1.4
Rev: src/modules/files/testsuite.in:1.13
parent 8444003d
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile.in,v 1.70 1998/04/09 02:49:17 hubbe Exp $ # $Id: Makefile.in,v 1.71 1998/04/09 03:07:00 hubbe Exp $
# #
# This line is needed on some machines. # This line is needed on some machines.
...@@ -302,16 +302,10 @@ TAGS: ...@@ -302,16 +302,10 @@ TAGS:
verify_modules: verify_modules:
( cd modules ; $(MAKE) $(MAKE_FLAGS) verify ) ( cd modules ; $(MAKE) $(MAKE_FLAGS) verify )
verbose_verify_modules:
( cd modules ; $(MAKE) $(MAKE_FLAGS) verbose_verify )
module_testsuites: module_testsuites:
( cd modules ; $(MAKE) $(MAKE_FLAGS) testsuites ) ( cd modules ; $(MAKE) $(MAKE_FLAGS) testsuites )
extra_module_tests: verify: module_testsuites testsuite
( cd modules ; $(MAKE) $(MAKE_FLAGS) extra_tests )
verify: module_testsuites testsuite extra_module_tests
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite
check: verify check: verify
...@@ -319,7 +313,7 @@ check: verify ...@@ -319,7 +313,7 @@ check: verify
sure: verify sure: verify
# verify / debug verbose # verify / debug verbose
verbose_verify: module_testsuites testsuite extra_module_tests verbose_verify: module_testsuites testsuite
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike --verbose modules/*/module_testsuite testsuite $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike --verbose modules/*/module_testsuite testsuite
# verify & debug VERBOSE # verify & debug VERBOSE
......
...@@ -13,3 +13,4 @@ test_true(zero_type(find_call_out(a))) ...@@ -13,3 +13,4 @@ test_true(zero_type(find_call_out(a)))
test_true(!sizeof(call_out_info()) || function_name(call_out_info()[-1][2])!="a") test_true(!sizeof(call_out_info()) || function_name(call_out_info()[-1][2])!="a")
test_do(remove_call_out(call_out_info()[-1][2])) test_do(remove_call_out(call_out_info()[-1][2]))
test_do(_do_call_outs()) test_do(_do_call_outs())
test_false(Process.system("RUNPIKE SRCDIR/test_co.pike"))
...@@ -128,3 +128,6 @@ cond([[Stdio.File()->lock]], ...@@ -128,3 +128,6 @@ cond([[Stdio.File()->lock]],
]]) ]])
test_do(rm("conftest")) test_do(rm("conftest"))
test_false(Process.system("RUNPIKE SRCDIR/socktest.pike"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment