Unverified Commit 90d5528a authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

added socetlinescankeywords tests (#4128)

* added socetlinescankeywords tests

* removed prints

* added no blob test

* removed prints

* addressed comments

* removed prefix
parent b3d4edd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#===============================================================================
set(CORE_LIST base database control qisis system)
set(CORE_LIST base database control qisis system socet)

get_subdirectory_list(${CMAKE_CURRENT_LIST_DIR} modules)

+5 −987

File changed.

Preview size limit exceeded, changes collapsed.

+1000 −0

File added.

Preview size limit exceeded, changes collapsed.

+12 −0
Original line number Diff line number Diff line
#ifndef socetlinescankeywords_h 
#define socetlinescankeywords_h

#include "Cube.h"
#include "UserInterface.h"

namespace Isis {
  extern void socetlinescankeywords(Cube *cube, UserInterface &ui);
  extern void socetlinescankeywords(UserInterface &ui);
}

#endif
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
BLANKS = "%-6s"    
LENGTH = "%-40s"

include $(ISISROOT)/make/isismake.tststree
Loading