aboutsummaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)Author
2024-03-04Merge pull request #8923 from obsidiansystems/test-protoeldritch horrors
2023-12-01Put functional tests in `tests/functional`John Ericson
2023-07-18Introduce notion of a test group, use for CA testsJohn Ericson
2023-05-15Dedup some markdown -> C++ big literal stuff in build systemJohn Ericson
2023-04-03Enable -Werror=switch-enumRobert Hensing
2023-03-20Merge pull request #8068 from DieracDelta/jr/compile_darwinEelco Dolstra
2023-03-18fix: build aarch64-darwinJustin Restivo
2023-03-15Remove "unexpected EOF" retry hackEelco Dolstra
2023-03-08Harden tests' bashJohn Ericson
2023-02-24Add ./configure --disable-tests optionRobert Hensing
2023-02-14Fix static buildEelco Dolstra
2023-01-29Allow programs to have custom namesJohn Ericson
2022-12-21Make `./mk/run-test.sh` work by itself; add `mk/debug-test.sh`John Ericson
2022-06-22Fix incremental static buildsEelco Dolstra
2022-03-03enable LTO in optimized buildspennae
2022-03-02mk/run_test.sh: Add missing backslashEelco Dolstra
2022-03-01Acknowledge that the macOS tests are flakyregnat
2022-02-09Revert "mk: prefert inplace library paths to system ones (take 2)"Sergei Trofimovich
2022-02-07mk: prefert inplace library paths to system ones (take 2)Sergei Trofimovich
2021-10-08mk/libraries.mk: fix trace-ld and trace-ar expansionsSergei Trofimovich
2021-10-07Revert "mk: prefert inplace library paths to system ones"Tom Bereknyei
2021-10-02mk/tests.mk: document 'check' and 'installcheck' in 'make help'Sergei Trofimovich
2021-08-28mk: prefert inplace library paths to system onesSergei Trofimovich
2021-06-23Apply OS checks to host platform, not buildAlyssa Ross
2021-03-01Merge pull request #4582 from puckipedia/cppflagsEelco Dolstra
2021-03-01Merge remote-tracking branch 'origin/ca/move-tests-to-their-own-directory'Eelco Dolstra
2021-03-01Move the CA tests to a sub-directoryregnat
2021-02-26Revert "Add support for building JARs from Java sources"Puck Meerburg
2021-02-26mk: add support for CPPFLAGSPuck Meerburg
2020-12-03Remove 'dist' targetEelco Dolstra
2020-10-06mk/precompiled-headers.mk: Remove special handling for clangEelco Dolstra
2020-10-06mk/precompiled-headers.mk: Fix clang testEelco Dolstra
2020-09-21Disable precompiled headers in 'nix develop'Eelco Dolstra
2020-08-28Close stdin while running testsEelco Dolstra
2020-07-25Allow PRECOMPILE_HEADERS in cross-compilationMatthew Bauer
2020-07-03Shorten the path to the test rootregnat
2020-07-03Fix the test dependenciesregnat
2020-07-02Run the tests in parallelregnat
2020-06-09Prelink static libraries into an object fileMatthew Bauer
2020-05-08Don't install unit testsEelco Dolstra
2020-05-08make check: Run unit testsEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-13mk/README.md: RemoveEelco Dolstra
2019-12-05Fix precompiled-headers generationEelco Dolstra
2019-11-07Fix Perl bindingsEelco Dolstra
2019-11-07Precompile headersEelco Dolstra
2019-07-03mk: add support for passing LDFLAGS to libs and binsSergei Trofimovich
2019-02-13Support --disable-shared flag.Matthew Bauer
2018-04-08Fix missing $DESTDIR when installing programsAndrew Dunham
2018-02-08Add plugins to make Nix more extensible.Shea Levy