| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This directory is created automatically when running hwsim test cases
remotely.
Signed-off-by: Jouni Malinen <j@w1.fi>
|
|
|
|
|
|
|
| |
Ignore parallel-vm.log regardless of where in the tree
it was created.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
|
|
|
| |
Signed-off-by: Mikael Kanstrup <mikael.kanstrup@sonymobile.com>
|
|
|
|
|
|
|
| |
libwpa_test1 and libwpa_test2 targets can now be used to check
libwpa_client linking for static and shared library cases respectively.
Signed-off-by: Jouni Malinen <j@w1.fi>
|
|
|
|
|
|
| |
This can be used to measure code coverage from test scripts.
Signed-hostap: Jouni Malinen <j@w1.fi>
|
|
|
|
| |
Signed-hostap: Jouni Malinen <j@w1.fi>
|
|
|
|
| |
Signed-hostap: Jouni Malinen <j@w1.fi>
|
| |
|
| |
|
|
|
|
|
|
|
| |
The previous used .gitignore files were mathing some files that
were actually already in the repository (e.g.,
hostapd/logwatch/hostapd). Avoid this by listing the conflicting
entries in the root directory .gitignore with full path.
|
|
This removes need for local configuration to ignore *.o and *~
and allows the src/*/.gitignore files to be removed (subdirectories
will inherit the rules from the root .gitignore).
|