File tree 5 files changed +4
-2
lines changed
5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ MANIFEST
30
30
.coverage
31
31
.tox
32
32
nosetests.xml
33
+ /libpdffit2 /tests /alltests
33
34
34
35
# Translations
35
36
* .mo
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ recursive-include pdffit2module *.[ch]*
5
5
recursive-include examples *
6
6
include AUTHORS.txt LICENSE*.txt README*
7
7
include Makefile
8
+ prune libpdffit2/tests
Original file line number Diff line number Diff line change 9
9
10
10
11
11
# compiler options
12
- CPPFLAGS += -I../libpdffit2 $(shell cppunit-config --cflags)
12
+ CPPFLAGS += -I../ $(shell cppunit-config --cflags)
13
13
LDLIBS += $(shell cppunit-config --libs)
14
14
15
15
@@ -19,7 +19,7 @@ all: unittest
19
19
20
20
# build unit test driver
21
21
alltests : alltests.cc \
22
- TestPointsInSphere.cc ../libpdffit2/ PointsInSphere.cc
22
+ TestPointsInSphere.cc ../PointsInSphere.cc
23
23
24
24
25
25
# execute unit tests
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments