This website requires JavaScript.
Explore
Help
Sign In
nagbalae
/
dunst
Watch
1
Star
0
Fork
0
You've already forked dunst
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dunst
/
test
History
Nikos Tsipinakis
d8d267e1f0
ASSERT_FALSE(expr == NULL) -> ASSERT(expr)
...
Simplify assert calls to improve code readability.
2017-02-23 20:45:09 +02:00
..
data
Add initial notification test suite
2017-01-29 15:32:36 +02:00
functional-tests
Move functional tests to a different subdirectory
2017-01-04 11:13:21 +02:00
greatest.h
Add 'greatest' testing framework
2016-11-19 12:17:23 +02:00
notification.c
Fix wrong config path in notification test suite
2017-02-05 13:00:59 +02:00
option_parser.c
ASSERT_FALSE(expr == NULL) -> ASSERT(expr)
2017-02-23 20:45:09 +02:00
test.c
Add initial notification test suite
2017-01-29 15:32:36 +02:00
utils.c
Replace string_to_argv util function with g_shell_parse_argv
2017-02-05 13:00:59 +02:00