Changeset 53f32e
- Timestamp:
- Oct 7, 2009, 3:04:23 PM (16 years ago)
- Children:
- afbb6c0
- Parents:
- 729279
- git-author:
- Saskia Metzler <metzler@…> (10/07/09 15:01:14)
- git-committer:
- Saskia Metzler <metzler@…> (10/07/09 15:04:23)
- Location:
- molecuilder
- Files:
-
- 1 added
- 6 edited
- 8 moved
-
configure.ac (modified) (1 diff)
-
src/Makefile.am (modified) (2 diffs, 1 prop)
-
src/builder.cpp (modified) (1 prop)
-
src/helpers.cpp (modified) (1 prop)
-
src/helpers.hpp (modified) (1 prop)
-
src/memoryallocator.hpp (modified) (1 prop)
-
src/unittests/Makefile.am (added)
-
src/unittests/memoryallocatorunittest.cpp (moved) (moved from molecuilder/src/memoryallocatorunittest.cpp )
-
src/unittests/memoryallocatorunittest.hpp (moved) (moved from molecuilder/src/memoryallocatorunittest.hpp )
-
src/unittests/memoryusageobserverunittest.cpp (moved) (moved from molecuilder/src/memoryusageobserverunittest.cpp )
-
src/unittests/memoryusageobserverunittest.hpp (moved) (moved from molecuilder/src/memoryusageobserverunittest.hpp )
-
src/unittests/tesselationunittest.cpp (moved) (moved from molecuilder/src/tesselationunittest.cpp )
-
src/unittests/tesselationunittest.hpp (moved) (moved from molecuilder/src/tesselationunittest.hpp )
-
src/unittests/vectorunittest.cpp (moved) (moved from molecuilder/src/vectorunittest.cpp )
-
src/unittests/vectorunittest.hpp (moved) (moved from molecuilder/src/vectorunittest.hpp )
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/configure.ac
r729279 r53f32e 79 79 AC_CONFIG_FILES([tests/molecuilder], [chmod +x tests/molecuilder]) 80 80 AC_CONFIG_FILES([doc/molecuilder.xml]) 81 AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile ])81 AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/unittests/Makefile]) 82 82 AC_OUTPUT -
molecuilder/src/Makefile.am
-
Property mode
changed from
100644to100755
r729279 r53f32e 1 SUBDIRS = unittests 2 1 3 SOURCE = atom.cpp bond.cpp boundary.cpp config.cpp element.cpp ellipsoid.cpp helpers.cpp leastsquaremin.cpp linkedcell.cpp moleculelist.cpp molecules.cpp parser.cpp periodentafel.cpp tesselation.cpp tesselationhelpers.cpp vector.cpp verbose.cpp 2 4 HEADER = atom.hpp bond.hpp boundary.hpp config.hpp defs.hpp element.hpp ellipsoid.hpp helpers.hpp leastsquaremin.hpp linkedcell.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp molecules.hpp parser.hpp periodentafel.hpp stackclass.hpp tesselation.hpp tesselationhelpers.hpp vector.hpp verbose.hpp 3 4 noinst_PROGRAMS = VectorUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest5 5 6 6 bin_PROGRAMS = molecuilder joiner analyzer … … 11 11 analyzer_SOURCES = analyzer.cpp datacreator.cpp element.cpp helpers.cpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp periodentafel.cpp parser.cpp verbose.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp 12 12 13 TESTS = VectorUnitTest MemoryAllocatorUnitTest14 check_PROGRAMS = $(TESTS)15 VectorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp leastsquaremin.cpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.cpp vector.hpp verbose.cpp verbose.hpp16 VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)17 VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl18 19 MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.cpp memoryusageobserver.hpp verbose.cpp verbose.hpp20 MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)21 MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl22 23 MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.cpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp memoryusageobserver.cpp verbose.cpp verbose.hpp24 MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS)25 MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl26 27 13 EXTRA_DIST = ${molecuilder_DATA} -
Property mode
changed from
-
molecuilder/src/builder.cpp
-
Property mode
changed from
100644to100755
-
Property mode
changed from
-
molecuilder/src/helpers.cpp
-
Property mode
changed from
100644to100755
-
Property mode
changed from
-
molecuilder/src/helpers.hpp
-
Property mode
changed from
100644to100755
-
Property mode
changed from
-
molecuilder/src/memoryallocator.hpp
-
Property mode
changed from
100644to100755
-
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
