mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
fix distcheck pathing, cyassl-config distclean
This commit is contained in:
@@ -60,6 +60,8 @@ endif
|
|||||||
TESTS += $(check_PROGRAMS)
|
TESTS += $(check_PROGRAMS)
|
||||||
test: check
|
test: check
|
||||||
|
|
||||||
|
DISTCLEANFILES+= cyassl-config
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
-rm Makefile.in
|
-rm Makefile.in
|
||||||
-rm aclocal.m4
|
-rm aclocal.m4
|
||||||
|
@@ -19,6 +19,11 @@ int main(int argc, char** argv)
|
|||||||
(void)argv;
|
(void)argv;
|
||||||
printf("starting unit tests...\n");
|
printf("starting unit tests...\n");
|
||||||
|
|
||||||
|
if (CurrentDir("tests"))
|
||||||
|
ChangeDirBack(1);
|
||||||
|
else if (CurrentDir("build"))
|
||||||
|
ChangeDirBack(2);
|
||||||
|
|
||||||
if ( (ret = ApiTest()) != 0) {
|
if ( (ret = ApiTest()) != 0) {
|
||||||
printf("api test failed with %d\n", ret);
|
printf("api test failed with %d\n", ret);
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user