Verified Commit 1e2d74d1 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add tests for new admin API functions

parent 9344b260
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -63,6 +63,12 @@ api_SOURCES = \
	api-task-submit.cpp \
	api-task-status.cpp \
	api-send-command.cpp \
	api-ctl-copy-local-data.cpp \
	api-ctl-task-init.cpp \
	api-ctl-task-submit.cpp \
	api-ctl-task-status.cpp \
	api-ctl-copy-remote-data.cpp \
	api-ctl-remove-local-data.cpp \
	compare-files.cpp \
	compare-files.hpp \
	config-template.cpp \
+527 −413

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
 *************************************************************************/

#include "norns.h"
#include "nornsctl.h"
#include "test-env.hpp"
#include "compare-files.hpp"
#include "catch.hpp"
+1638 −0

File added.

Preview size limit exceeded, changes collapsed.

+4239 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading