Displaying 4 results from an estimated 4 matches for "libcppunit".
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 27
3
make environment for automated testcases
...elated to this issue, but you might want to use the autogen.sh
> script to catch any other dependencies, then add
> --enable-maintainer-mode to the configure parameters so you don't need
> to manually re-run the auto-tools.) Do you have cppunit installed?
I tried now:
%apt-get install libcppunit-dev
~/nut% ./autogen.sh
~/nut% ./configure --with-usb --with-dev --enable-maintainer-mode
~/nut% autoreconf -i
~/nut/tests% make clean;make
rm -f cppunittest
rm -rf .libs _libs
rm -f *.o
test -z "cppunittest.log" || rm -f cppunittest.log
test -z "cppunittest.trs" || rm -f cppuni...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...red... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setenv... yes
checking for strerror... yes
checking for atexit... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CPPUNIT... no
configure: WARNING: libcppunit not found.
checking whether optind is declared... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking whether uu_lock is declared... no
checking whether __func__ is declared... yes
checking for library containing gethostbyname... -lnsl
checking for library containing connect.....
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...red... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setenv... yes
checking for strerror... yes
checking for atexit... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CPPUNIT... no
configure: WARNING: libcppunit not found.
checking whether optind is declared... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking whether uu_lock is declared... no
checking whether __func__ is declared... yes
checking for library containing gethostbyname... none required
checking for library containing c...