Bugfix/avoid calling user functions with no argument makefile

Merged
#115 · Created  · Last updated

Merged pull request

Merged in bugfix/avoid_calling_user_functions_with_no_argument_makefile (pull request #115)

0787ceb·Author: ·Closed by: ·2019-04-10

Description

  • Remove GNU-specific find option for finding tests

  • Remove non-POSIX options to find for listing tests

  • Makes getListSource and getListDir null functions when called without arguments.

    This can happen whilst make parses the Makefile.

    The fix hopefully avoids distracting errors on systems such as mac which require a path to be passed to find. As pointed out by @Ryusuke Numata this can also speed up the build process.

 

See issue #58. Replaces PR #97 (included here already)

0 attachments

0 comments

Loading commits...