Skip to content

Commit

Permalink
renamed test-boys in autotools-based build of exported lib
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jun 20, 2019
1 parent 61924b8 commit 02116b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export/Makefile.tests.export
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ check4:: $(TEST4)
endif
endif

CXXTEST2SRC = $(TEST2).cc $(TEST2)-core.cc $(TEST2)-permute.cc $(TEST2)-1body.cc $(TEST2)-boys.cc $(TEST2)-c-api.cc unit/c-api-util.cc
CXXTEST2SRC = $(TEST2).cc $(TEST2)-core.cc $(TEST2)-permute.cc $(TEST2)-1body.cc $(TEST2)-2body.cc \
$(TEST2)-core-ints.cc $(TEST2)-c-api.cc unit/c-api-util.cc
CXXTEST2OBJ = $(CXXTEST2SRC:%.cc=%.o)
CXXTEST2DEP = $(CXXTEST2SRC:%.cc=%.$(DEPSUF))
CTEST2SRC = unit/c-api.c
Expand Down

0 comments on commit 02116b4

Please sign in to comment.