Displaying 4 results from an estimated 4 matches for "cpputest".
Did you mean:
cputest
2015 Apr 27
3
make environment for automated testcases
...o
test -z "cppunittest.log" || rm -f cppunittest.log
test -z "cppunittest.trs" || rm -f cppunittest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make: Nothing to be done for `all'.
But it still doesn't compile any executable: ~/nut/tests% ls
cpputest.cpp example.cpp Makefile Makefile.am Makefile.in
Best
2015 Apr 26
2
make environment for automated testcases
Hi,
I'm trying to get the automated testcases in nut/tests/ working. But I
just cant get a binary out of the build system.
The nut/tests/ folder looks good% ls
cpputest.cpp example.cpp Makefile Makefile.am Makefile.in
and I also tried "autoreconf -i" which gave me an:
autoreconf: 'configure.ac' or 'configure.in' is required
Any ideas?
Best
2015 Apr 28
1
make environment for automated testcases
2015-04-27 15:02 GMT+02:00 Charles Lepple <clepple at gmail.com>:
> On Apr 27, 2015, at 2:48 AM, Nick Ma. <nick.mayerhofer at enchant.at> wrote:
>
> > But it still doesn't compile any executable: ~/nut/tests% ls
> > cpputest.cpp example.cpp Makefile Makefile.am Makefile.in
>
> I think it is only intended to produce an executable when running "make
> check" or the dist* targets.
>
confirmed. Note that this is just a base framework for unit testing that
Emilien has setup.
Emilien may be able to...
2015 Apr 27
0
make environment for automated testcases
On Apr 27, 2015, at 2:48 AM, Nick Ma. <nick.mayerhofer at enchant.at> wrote:
> But it still doesn't compile any executable: ~/nut/tests% ls
> cpputest.cpp example.cpp Makefile Makefile.am Makefile.in
I think it is only intended to produce an executable when running "make check" or the dist* targets.
--
Charles Lepple
clepple at gmail