Little lost... Ex30

I am trying to use the testing framework. In the section ‘Wiring Up the Test Framework’ it reads …

The first thing to do is create a simple empty unit test name, tests/libex29_tests.c with this in it:

ex30.c;

#include "minunit.h"

char *test_dlopen(){
...... etc etc  

When you explain it line by line you are using the libex29_tests.c…(where is ex30.c ?)

OK … I got everything going … :slight_smile: nevveeer mind )).