Changeset 0fce81 for configure.ac


Ignore:
Timestamp:
Apr 6, 2011, 4:05:13 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
d2023c
Parents:
09305f
git-author:
Frederik Heber <heber@…> (04/06/11 12:16:30)
git-committer:
Frederik Heber <heber@…> (04/06/11 16:05:13)
Message:

Moved unittests to Helpers/unittests, split off TestRunner into new unittests.

  • Unit tests should reside in a subdir of where the components to test reside in.
  • everything common to all unit tests resides in a specific unittests subdir of the src folder.
  • for now, SUBDIRS directive for Helpers/unittests and Patterns/unittests resides in ./ and not in src/Makefile.am to assure that libCodePatterns is compiled before. We need to re-structure the unit tests to not relie in the lib itself anymore but just on components and stubs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r09305f r0fce81  
    5959        ])
    6060AC_CONFIG_FILES([
     61        src/unittests/Makefile
     62        src/Helpers/unittests/Makefile
    6163        src/Patterns/unittests/Makefile
    62         src/unittests/Makefile
    6364        ])
    6465AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.