Skip to content

Commit

Permalink
Merge branch 'feature/gauge-fix' of https://github.com/lattice/quda i…
Browse files Browse the repository at this point in the history
…nto feature/gauge-fix
  • Loading branch information
maddyscientist committed Jul 29, 2015
2 parents d6d6e28 + 8883381 commit 112f05d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ifeq ($(strip $(BUILD_HISQ_FORCE)), yes)
endif

ifeq ($(strip $(BUILD_GAUGE_ALG)), yes)
GAUGE_ALG_TEST=su3_testing gauge_alg_test
GAUGE_ALG_TEST= gauge_alg_test
endif

TESTS = su3_test pack_test blas_test dslash_test invert_test \
Expand Down Expand Up @@ -74,9 +74,6 @@ staggered_invert_test: staggered_invert_test.o test_util.o staggered_dslash_refe
su3_test: su3_test.o test_util.o misc.o $(QIO_UTIL) $(QUDA)
$(CXX) $(LDFLAGS) $^ -o $@ $(LDFLAGS)

su3_testing: su3_testing.o test_util.o misc.o $(QIO_UTIL) $(QUDA)
$(CXX) $(LDFLAGS) $^ -o $@ $(LDFLAGS)

gauge_alg_test: gauge_alg_test.o test_util.o misc.o gtest-all.o $(QIO_UTIL) $(QUDA)
$(CXX) $(LDFLAGS) $^ -o $@ $(LDFLAGS)

Expand Down

0 comments on commit 112f05d

Please sign in to comment.