Home
last modified time | relevance | path

Searched refs:TEST_TRUE (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtest.c60 enum { TEST_TRUE, TEST_FALSE, TEST_FAILURE }; enumerator
861 test_main_return (value ? TEST_TRUE : TEST_FALSE); in main()