Closed GoogleCodeExporter closed 9 years ago
Fixed warnings in r819.
However, if I try to make the tests using check_PROGRAMS, I get errors like:
Making all in tests
cd .. && /bin/sh /Users/btanner/Documents/Java-Projects/rl-glue/config/missing --run
automake-1.9 --foreign tests/Makefile
automake-1.9: test_1_OBJECTS should not be defined
tests/Makefile.am:1: while processing program `test_1'
automake-1.9: test_message_OBJECTS should not be defined
tests/Makefile.am:1: while processing program `test_message'
automake-1.9: test_rl_episode_OBJECTS should not be defined
tests/Makefile.am:1: while processing program `test_rl_episode'
automake-1.9: test_sanity_OBJECTS should not be defined
tests/Makefile.am:1: while processing program `test_sanity'
automake-1.9: test_state_and_seed_keys_OBJECTS should not be defined
tests/Makefile.am:1: while processing program `test_state_and_seed_keys'
make[1]: *** [Makefile.in] Error 1
make: *** [all-recursive] Error 1
So instead, I just build the tests with Make. Someone should fix this someday.
I'm
going to make a low priority issue for it (issue 87)
Original comment by brian.ta...@gmail.com
on 14 Sep 2008 at 5:52
Original issue reported on code.google.com by
brian.ta...@gmail.com
on 14 Sep 2008 at 5:19