aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/load_dynamic_library/main.zig
AgeCommit message (Expand)Author
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2022-07-24CI stage3 test coverage for test-standaloneAndrew Kelley
2022-07-24std: compile error on invalid testing allocator usageAli Chraghi
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2019-12-10load dynamic library test: update API usage codeAndrew Kelley
2019-05-30update load dynamic library test for std lib changesAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley