Changeset ef36b84 for molecuilder/src
- Timestamp:
- Oct 5, 2009, 2:31:35 PM (16 years ago)
- Children:
- 424d1ce
- Parents:
- e1f6d7
- Location:
- molecuilder/src
- Files:
-
- 3 added
- 1 edited
-
ActOnAllUnitTest.cpp (added)
-
ActOnAllUnitTest.hpp (added)
-
ActOnAlltest.hpp (added)
-
Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
re1f6d7 ref36b84 2 2 HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp 3 3 4 noinst_PROGRAMS = VectorUnitTest TesselationUnitTest4 noinst_PROGRAMS = ActOnAllTest VectorUnitTest TesselationUnitTest 5 5 6 6 bin_PROGRAMS = molecuilder joiner analyzer … … 19 19 TesselationUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 20 20 TesselationUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 21 ActOnAllTest_SOURCES = ActOnAllTest.hp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp vector.cpp vector.hpp 22 ActOnAllTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 23 ActOnAllTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 24 21 25 22 26 EXTRA_DIST = ${molecuilder_DATA}
Note:
See TracChangeset
for help on using the changeset viewer.
