diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-11 14:28:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-11 14:28:50 +0000 |
commit | 77975a2bc9da01eeafde72ac7438cb80b9c0c9a3 (patch) | |
tree | c9dfb469423ff0c139067567ebeab7c9f5f36555 /sal/qa/ByteSequence | |
parent | 5765d0c90b6a7d4cb370119b3a967eb2026c1c7c (diff) |
cppunit: enable this test
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index 9f7bfcfd25ce..b033e3194782 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -25,10 +25,6 @@ # #***********************************************************************/ -.IF "$(OOO_SUBSEQUENT_TESTS)" == "" -nothing .PHONY: -.ELSE - PRJ = ../.. PRJNAME = sal TARGET = qa_ByteSequence @@ -50,6 +46,4 @@ DEF1NAME = $(SHL1TARGET) SLOFILES = $(SHL1OBJS) .INCLUDE: target.mk -.INCLUDE: _cppunit.mk - -.END +.INCLUDE: $(PRJ)$/qa$/cppunit_local.mk |