mirror of
https://github.com/AdaCore/aunit.git
synced 2026-02-12 13:03:25 -08:00
(Create): Use a common version for both static memory and native memory. * aunit-test_suites.ads, aunit-test_suites.adb: (New_Suite): New function creating a suite, available for convenience in all run-time. * share/: remove as its subdirectories have been removed. * support/aunit.gpr: use RUNTIME and PLATFORM as scenario variables, as discussed in H201-024. * Makefile, doinstall.bat: Install the examples in share/examples/aunit * math_suite.adb: Use the new API to create the suites and the test cases. Part of H201-024