My apologies for responding earlier with an incorrect Subject line. I
hope the following will be helpful.
From: ankit jain
> The objective here to include all the .desc files in the cmakelist and
> when we make it it should generate the executable for it like if we
> include abc.desc then after
ankit jain wrote:
The objective here to include all the .desc files in the cmakelist and
when we make it it should generate the executable for it like if we
include abc.desc then after make it should generate a file abc which is
executable and a script which has test cases but generated by .des
ankit jain schrieb:
> The objective here to include all the .desc files in the cmakelist and when
> we make it it should generate the executable for it like if we include
> abc.desc then after make it should generate a file abc which is executable
> and a script which has test cases but generated b
The objective here to include all the .desc files in the cmakelist and when
we make it it should generate the executable for it like if we include
abc.desc then after make it should generate a file abc which is executable
and a script which has test cases but generated by .desc file only.
In order
Actually my motive is to run executable that are executed through .desc
file. so how to write a cmakelist file for that.
AJ
2009/2/2 Hendrik Sattler
> ankit jain schrieb:
> > Then what to do. Is something can be done using Ctest.
>
> We cannot guess what's in those files. Don't think about wh
ankit jain schrieb:
> Then what to do. Is something can be done using Ctest.
We cannot guess what's in those files. Don't think about what the old
build system looks like but think about what you want to achieve.
HS
___
CMake mailing list
CMake@cmake.or
Then what to do. Is something can be done using Ctest.
ankit
2009/2/2 Hendrik Sattler
> ankit jain schrieb:
> > Can anybody tell me what should be the equivalent cmakelists file
> should for
> > this makefile.
> >
> > Makefile:
> >
> > include Make.bootstrap
> > # List of descriptor files for
ankit jain schrieb:
> Can anybody tell me what should be the equivalent cmakelists file should for
> this makefile.
>
> Makefile:
>
> include Make.bootstrap
> # List of descriptor files for test scripts
> TEST_DESCRIPTORS = a.desc b.desc c.desc d.desc
> include $(MAKEMANY)
>
> here each .desc fi
hi all,
Can anybody tell me what should be the equivalent cmakelists file should for
this makefile.
Makefile:
include Make.bootstrap
# List of descriptor files for test scripts
TEST_DESCRIPTORS = a.desc b.desc c.desc d.desc
include $(MAKEMANY)
here each .desc file has script like this:
For a.de