aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-10 00:51:29 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-10 00:51:29 +0000
commitbba01252d5154729f8b3424af30c9b2a08a22654 (patch)
tree37469d39aa87f07a02cbc72ae4b166ed34826fc0 /Makefile
parent7d42e35207fa26da7674c4d081f028a5d3ca0dd3 (diff)
downloadbusybox-w32-bba01252d5154729f8b3424af30c9b2a08a22654.tar.gz
busybox-w32-bba01252d5154729f8b3424af30c9b2a08a22654.tar.bz2
busybox-w32-bba01252d5154729f8b3424af30c9b2a08a22654.zip
Created new regression testing framework with a number of testcases (many more
can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.) git-svn-id: svn://busybox.net/trunk/busybox@2036 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c28e621c2..c3c0f7119 100644
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,10 @@ loop.h: mk_loop_h.sh
317 @ $(SHELL) $< > $@ 317 @ $(SHELL) $< > $@
318 318
319test tests: 319test tests:
320 cd tests && $(MAKE) all 320 # old way of doing it
321 #cd tests && $(MAKE) all
322 # new way of doing it
323 cd tests && ./tester.sh
321 324
322clean: 325clean:
323 - cd tests && $(MAKE) clean 326 - cd tests && $(MAKE) clean