Changeset 2eaea422 in rtems for testsuites


Ignore:
Timestamp:
04/10/18 10:38:10 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
343f2084
Parents:
1ce4a9e
git-author:
Sebastian Huber <sebastian.huber@…> (04/10/18 10:38:10)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/10/18 10:38:37)
Message:

sptests: Fix AM_CONDITIONAL

Update #3382.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/Makefile.am

    r1ce4a9e r2eaea422  
    19621962endif
    19631963
    1964 if HAS_CPLUSPLUS
    19651964if TEST_sptls01
    19661965sp_tests += sptls01
     
    19711970        $(support_includes)
    19721971endif
    1973 endif
    1974 
     1972
     1973if HAS_CPLUSPLUS
    19751974if TEST_sptls02
    19761975sp_tests += sptls02
     
    19801979sptls02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sptls02) \
    19811980        $(support_includes)
     1981endif
    19821982endif
    19831983
Note: See TracChangeset for help on using the changeset viewer.