(env
 (_
  (env-vars
   (ALCOTEST_SOURCE_CODE_POSITION true))))

(tests
 (names test_gradual test_static test_dynamic test_dfo)
 (deps
  ../lib/stdlib_tagged.c
  ../lib/stdlib_untagged.c
  ../lib/stdlib_gradual_proxy.c
  ../lib/stdlib_gradual.c)
 (libraries driver middle_end syntax alcotest))
