Skip to content

Commit

Permalink
new unit tests - scavenger and xref
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Oct 8, 2010
1 parent d297a65 commit 801e0f7
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Makefile
Expand Up @@ -52,6 +52,8 @@ MODULES4 = $(MODULES1)
TESTS = \
brick_test0 \
test_reliablefifo \
test_xref \
test_scav \
brick_itimer_test

EUNITTESTS = \
Expand Down Expand Up @@ -110,7 +112,17 @@ chk: all
-s erlang halt > chk2.log &
$(RUNAPP4) -noshell -noinput \
-s test_reliablefifo cl_chain_reliablefifo \
-s erlang halt | tee chk3.log
-s erlang halt | tee chk3.log

chk2: all
rm -rf hlog.*
rm -f *.log testtableschema.txt
$(RUNAPP1) -noshell -noinput \
-s test_scav test_all \
-s erlang halt > chk2.log &
$(RUNAPP3) -noshell -noinput \
-s test_scav get_busy \
-s erlang halt |tee chk3.log

check-quickcheck: check-quickcheck-pretest \
check-qc-hlog-local-qc check-qc-hlog-qc1 \
Expand Down

0 comments on commit 801e0f7

Please sign in to comment.