Changeset 039e15
- Timestamp:
 - May 5, 2016, 9:19:04 AM (10 years ago)
 - Children:
 - c6a59b
 - Parents:
 - 1870aa
 - git-author:
 - Frederik Heber <heber@…> (05/05/16 08:58:01)
 - git-committer:
 - Frederik Heber <heber@…> (05/05/16 09:19:04)
 - Location:
 - src
 - Files:
 - 
      
- 4 added
 - 2 edited
 
- 
          
  CodePatterns/AtomicInstance.hpp (added)
 - 
          
  CodePatterns/AtomicInstance_impl.hpp (added)
 - 
          
  Patterns/Makefile.am (modified) (2 diffs)
 - 
          
  Patterns/unittests/AtomicInstanceUnitTest.cpp (added)
 - 
          
  Patterns/unittests/AtomicInstanceUnitTest.hpp (added)
 - 
          
  Patterns/unittests/Makefile.am (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Patterns/Makefile.am
r1870aa r039e15 1 # PLEASE adhere to the alphabetical ordering in this Makefile!1 # PLEASE adhere to the alphabetical ordering in this Makefile! 2 2 # Also indentation by a single tab 3 3 … … 11 11 12 12 PATTERNHEADER = \ 13 $(top_srcdir)/src/CodePatterns/AtomicInstance.hpp \ 14 $(top_srcdir)/src/CodePatterns/AtomicInstance_impl.hpp \ 13 15 $(top_srcdir)/src/CodePatterns/Cacheable.hpp \ 14 16 $(top_srcdir)/src/CodePatterns/Clone.hpp \  - 
      
src/Patterns/unittests/Makefile.am
r1870aa r039e15 5 5 6 6 TESTS += \ 7 AtomicInstanceUnitTest \ 7 8 CacheableUnitTest \ 8 9 CloneUnitTest \ … … 17 18 18 19 TESTSOURCES += \ 20 ../Patterns/unittests/AtomicInstanceUnitTest.cpp \ 19 21 ../Patterns/unittests/CacheableUnitTest.cpp \ 20 22 ../Patterns/unittests/CloneUnitTest.cpp \ … … 71 73 noinst_PROGRAMS += $(TESTS) 72 74 75 AtomicInstanceUnitTest_SOURCES = UnitTestMain.cpp \ 76 ../Patterns/unittests/AtomicInstanceUnitTest.cpp \ 77 ../Patterns/unittests/AtomicInstanceUnitTest.hpp 78 AtomicInstanceUnitTest_LDADD = \ 79 ../Helpers/libcodepatterns-Helpers-debug.la 80 73 81 CacheableUnitTest_SOURCES = UnitTestMain.cpp \ 74 82 ../Patterns/unittests/CacheableUnitTest.cpp \  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  