Commit aef28fbd authored by Lisandro Dalcin's avatar Lisandro Dalcin

Travis-CI: Attempt to fix embed demo in Py 3.3/3.4

parent 29e5ee77
......@@ -31,5 +31,5 @@ clean:
@rm -f *~ *.o *.so core core.* *.c embedded test.output
test: clean all
./embedded > test.output
LD_LIBRARY_PATH=$(LIBDIR1):$$LD_LIBRARY_PATH ./embedded > test.output
$(PYTHON) assert_equal.py embedded.output test.output
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment