tests debugging on travis
This commit is contained in:
parent
56773234ca
commit
771730d8b3
|
|
@ -5,7 +5,7 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev
|
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev libio-socket-inet6-perl
|
||||||
script:
|
script:
|
||||||
- cd src && ./configure && make
|
- cd src && ./configure && time make
|
||||||
- cd ../tests && make test
|
- cd ../tests && (time make quicktest || cat logs/aprsc.log)
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@ test:
|
||||||
@rm -f logs/aprsc.log
|
@rm -f logs/aprsc.log
|
||||||
PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)
|
PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)
|
||||||
|
|
||||||
|
quicktest:
|
||||||
|
@rm -f logs/aprsc.log
|
||||||
|
PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/01login.t
|
||||||
|
|
||||||
AGGREGATOR_FILES = aggregator/*.t
|
AGGREGATOR_FILES = aggregator/*.t
|
||||||
|
|
||||||
aggrtest:
|
aggrtest:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue