Skip to content

Github Actions runnning, but...

Compare
Choose a tag to compare
@biralavor biralavor released this 10 May 16:20
· 372 commits to main since this release

I have successfully configured the GitHub Actions to:

  • Call a Makefile tester, that:
    • Calls another Makefile named of push_swap, that needs to:
      • Call another Makefile named of libft.a

image

However, as my file test_main.c has another main(), the compiler didn't run the last step ./tester, which it usually prohibited
image

So, now, I'll try to install and use the framework for testing called: CUnit